ComponentOne Xamarin.Android
MoveAsync Method (C1PagedCollectionView<T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1PagedCollectionView<T> Class : MoveAsync Method
From index.
To index.
Moves an item from the specified position to the new one.
Syntax
'Declaration
 
Public Overrides Function MoveAsync( _
   ByVal fromIndex As Integer, _
   ByVal toIndex As Integer _
) As Task
'Usage
 
Dim instance As C1PagedCollectionView(Of T)
Dim fromIndex As Integer
Dim toIndex As Integer
Dim value As Task
 
value = instance.MoveAsync(fromIndex, toIndex)
public override Task MoveAsync( 
   int fromIndex,
   int toIndex
)

Parameters

fromIndex
From index.
toIndex
To index.
See Also

Reference

C1PagedCollectionView<T> Class
C1PagedCollectionView<T> Members